home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5193 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  5.4 KB

  1. Path: brighton.openmarket.com!decwrl!waikato!not-for-mail
  2. From: sbh@cs.waikato.ac.nz (Stephen B Hodge)
  3. Newsgroups: comp.sys.amiga.advocacy,comp.sys.amiga.introduction,comp.sys.amiga.misc,comp.sys.amiga.programmer
  4. Subject: Re: What I want from new Workbench
  5. Followup-To: comp.sys.amiga.advocacy,comp.sys.amiga.introduction,comp.sys.amiga.misc,comp.sys.amiga.programmer
  6. Date: 11 Mar 1996 00:00:23 GMT
  7. Organization: The University of Waikato
  8. Sender: sbh@waikato.ac.nz
  9. Distribution: world
  10. Message-ID: <4hvqen$s0q@thebes.waikato.ac.nz>
  11. References: <2477.6641T698T2915@actcom.co.il> <VX8dy*3H0@mkmk.in-chemnitz.de>
  12. Reply-To: sbh@waikato.ac.nz
  13. NNTP-Posting-Host: borg.cs.waikato.ac.nz
  14. X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
  15.  
  16. Andre Weissflog (floh@mkmk.in-chemnitz.de) wrote:
  17. : In article <2477.6641T698T2915@actcom.co.il>, Ariel Magnum writes:
  18. : > 2.  Workbench Arexx port - For playing sounds (UDP,MSD), managing Commdities,
  19. : >     launching programs , and managing public screens.
  20. : Yes, but: playing sounds ? No. Those who want it can use a
  21. : commodity.
  22. : Managing Commodities is the job of Exchange, not WB.
  23. : Managing public screens isn't the job of the WB either, IMHO.
  24. Workbench should have an Arexx port, but not for this.
  25.  
  26. : Just OPEN, CLOSE, QUIT, UPDATE, VIEW/SHOW_AS, COPY, DELETE,
  27. : MOVE(!), and perhaps half a dozen other commands would suffice.
  28. Exactly.
  29.  
  30. : > 3.  Ability to edit menu without a hack that destoyes many others (toolsdeamon) 
  31. : I like it the way GoldEd does it: offer a set of "kernel
  32. : commands", and let the user build the menus and hotkeys from it,
  33. : and make the same commands available through ARexx.
  34. Now if you have an Arexx port, then the menus can be created with Arexx
  35. macros. Very nice.
  36.  
  37. : > 4.  NewIcons patch to be implimented. 
  38. : IMHO No.
  39. I think that graphics.library is going to have to implement pen sharing to a
  40. far greater degree, possibly including seperate palettes in each window. The
  41. icon format should be upgraded to include palette information.
  42. NewIcons is a kludge, and so it should not be included, rather the original
  43. problem should be fixed properly.
  44.  
  45. : > 5.  Make Wb open on a RTG public screen.
  46. : RTG is irrelevant for an Intuition application like the Workbench is.
  47. : Better: Let the user open as many Worbenches as he wants on any
  48. : public screen.
  49. Yes.
  50.  
  51. : > 6.  Impliment Font densetive gui routines preferably MUI.I know its painfully
  52. : >     slow at times but perhaps written in assembler and using RTG will become
  53. : >     faster.A tottaly configurable GUI engine could push the Amiga far ahead 
  54. : >     of its competitiors.I must say that most gadgtools guis look very bad
  55. : >     best examples are the preferences programs.
  56. : Arguable (MUI), more font sensitivity would be fine however, especially
  57. : in the prefs editors.
  58. The GUI engine needs an overhaul, but adding MUI is not the way to do it.
  59.  
  60. : > 7.  Impliment Datatypes more into the workbench so that programs like deficons
  61. : >     would not be needed.Also this will cut back on executable code.All object 
  62. : >     loading should be done via datatypes.Perhaps object saving as well.
  63. : How do you define 'object'?
  64. deficons has nothing to do with datatypes. I like the deficons idea, and I
  65. think that datatypes should be used more. Particularly the use of datatypes
  66. write method should be looked at. Far more datatypes need to be able to write.
  67.  
  68. : > 8.  Making mutitasking a bit smarter - Settaskpre is definetly not idiot
  69. : >     proof.
  70. : What's wrong with settaskpri?
  71. AmigaOS needs a new scheduler yes. Executive is a good example of a nice one.
  72.  
  73. : > 10. Text And image clipping from all windows.
  74. : If you mean Cut-Copy-Paste with "clipping"... there are
  75. : two ways, either the application provides support for it
  76. : (like text editors, etc.) or a global solution is used,
  77. : like PowerSnap, that works nearly everywhere. Since this
  78. : is a religious issue, this should be left to commodities,
  79. : so every user can choose whether he wants it or not.
  80. PowerSnap can be slow, and sometimes doesn't work as well as it could if there
  81. was more OS support. What should be happening is either powersnap or the
  82. application is used for cut/copy with the data always going to a clipboard.
  83. Then an application should be able to paste this data.
  84.  
  85. : > 14. Distribute Java with the OS , along with Arexx.
  86. I would like to see this. Java is useful outside of the web.
  87.  
  88. : My additional wishes for WB improvement:
  89. : 1) Explicit Move and Copy through drag & drop + qualifier.
  90. : 2) WB windows updating automatically their contents
  91. :    (changing file sizes, changes that have
  92. :    been done by cli commands etc...).
  93. : 3) Smarter WB windows, especially the list view mode.
  94. : 4) More efficient file system navigation like keeping
  95. :    in the same window, when opening a drawer with
  96. :    doubleclick + hotkey. A 'close-and-up-to-parent'
  97. :    qualifier etc.
  98. Yes to all of this.
  99.  
  100. : 5) Make the ASL requester a Workbench Window object
  101. :    and vice versa (so, whenever an ASL requester
  102. :    is opened, basically a new Workbench is launched,
  103. :    possibly in "One Window Mode", and with "Listview Mode"
  104. :    turned on. The default mode attributes for ASL-WB-Windows
  105. :    should be preferences settings.
  106. :    That way, delete, makedir, rename etc... would
  107. :    be automatically supported in ASL requesters
  108. :    (as well as icon view if wanted).
  109. Now this is a _good_ idea. I would really like to see this.
  110.  
  111. -- 
  112.  
  113.  Steve Hodge
  114.  sbh@cs.waikato.ac.nz
  115.  Computer Science Dept, University of Waikato,
  116.  Hamilton, New Zealand
  117.